home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Extras / NetObjects Fusion / NOF10.exe / data1.cab / CSSLib / Soft_Yellow / text.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-04-11  |  962 b   |  91 lines

  1. BODY
  2. {
  3.     font-family : "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, Sans-serif;
  4.     font-size : medium;
  5.     color : rgb(113,124,0);
  6.     background-color : rgb(255,254,186);
  7.     background-image : none
  8. }
  9.  
  10. A:active
  11. {
  12.     color : rgb(113,124,0)
  13. }
  14.  
  15. A:link
  16. {
  17.     color : rgb(113,124,0);
  18.     font-style : italic;
  19.     text-decoration : none
  20. }
  21.  
  22. UL
  23. {
  24.     font-size : 1.2em
  25. }
  26.  
  27. A:visited
  28. {
  29.     color : rgb(113,124,0);
  30.     font-style : italic;
  31.     text-decoration : none
  32. }
  33.  
  34. .TextObject
  35. {
  36.     font-size : 1.2em;
  37.     line-height : 1.5em;
  38.     text-indent : 3em;
  39.     padding-left : 2em
  40. }
  41.  
  42. H1
  43. {
  44.     font-size : 2.5em
  45. }
  46.  
  47. H2
  48. {
  49.     font-size : 2.3em
  50. }
  51.  
  52. P
  53. {
  54.     font-size : 1.2em;
  55.     line-height : 1.5em;
  56.     text-indent : 3em;
  57.     padding-left : 2em
  58. }
  59.  
  60. H3
  61. {
  62.     font-size : 2.2em
  63. }
  64.  
  65. OL
  66. {
  67.     font-size : 1.2em
  68. }
  69.  
  70. H4
  71. {
  72.     font-size : 2em
  73. }
  74.  
  75. H5
  76. {
  77.     font-size : 1.6em
  78. }
  79.  
  80. H6
  81. {
  82.     font-size : 1.4em
  83. }
  84.  
  85. A:hover
  86. {
  87.     color : rgb(113,124,0);
  88.     text-decoration : overline
  89. }
  90.  
  91.